Source

data class Source(val uri: Uri, val width: Int, val height: Int)

Constructors

Link copied to clipboard
constructor(uri: Uri, width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int

The vertical resolution in pixels of the resource.

Link copied to clipboard
val uri: Uri

The uri of the resource.

Link copied to clipboard
val width: Int

The horizontal resolution in pixels of the resource.